home *** CD-ROM | disk | FTP | other *** search
/ ASME's Mechanical Engine…ing Toolkit 1997 December / ASME's Mechanical Engineering Toolkit 1997 December.iso / auto_cad / dleaders.exe / DLEADERS.DCL next >
Text File  |  1994-12-28  |  4KB  |  124 lines

  1. //DLEADERS.DCL
  2. //VERSION 1.2
  3.  
  4. DLEADERS : dialog {
  5.      label = " Interactive Leaders ";
  6.      : row {
  7.        : column  { 
  8.           : boxed_radio_column {
  9.                key = "arrow";
  10.                label = "Arrow:";
  11.                : radio_button {
  12.                     label = "None";
  13.                     mnemonic = "N";
  14.                     key = "ar_none";
  15.                }
  16.                : radio_button {
  17.                     label = "Tic";
  18.                     mnemonic = "T";
  19.                     key = "ar_tic";
  20.                }                 
  21.                : radio_button {
  22.                     label = "Architect 1";
  23.                     mnemonic = "A";
  24.                     key = "ar_arc1";
  25.                }               
  26.                : radio_button {
  27.                     label = "Architect 2";
  28.                     mnemonic = "R";
  29.                     key = "ar_arc2";
  30.                }
  31.                : radio_button {
  32.                     label = "Mechanical";
  33.                     mnemonic = "M";
  34.                     key = "ar_mech";
  35.                }
  36.                : radio_button {
  37.                     label = "dot";
  38.                     mnemonic = "D";
  39.                     key = "ar_dot";
  40.                }
  41.           }
  42. //          : popup_list {
  43. //               list = "0.20\n0.25\n0.33\n0.40\n0.50\n0.57\n0.67\n0.80\n1.00\n1.25\n1.50\n1.75\n2.00\n2.50\n3.00\n4.00\n5.00\n";
  44. //               value = "1.00";
  45. //               label = "Size";
  46. //               key = "ar_size";
  47. //               fixed_width = true;
  48. //               width = 3;
  49. //         }
  50.        }   
  51.        : column {
  52.           : boxed_radio_column {
  53.                key = "text_box";
  54.                label = "Text Box:";
  55.                : radio_button {
  56.                     label = "None";
  57.                     mnemonic = "O";
  58.                     key = "tx_none";
  59.                }
  60.                : radio_button {
  61.                     label = "Circle";
  62.                     mnemonic = "C";
  63.                     key = "tx_circ";
  64.                }               
  65.                : radio_button {
  66.                     label = "Square";
  67.                     mnemonic = "S";
  68.                     key = "tx_sqar";
  69.                }               
  70.                : radio_button {
  71.                     label = "Diamond";
  72.                     mnemonic = "I";
  73.                     key = "tx_dmnd";
  74.                }
  75.                : radio_button {
  76.                     label = "Hexagon";
  77.                     mnemonic = "H";
  78.                     key = "tx_hex";
  79.                }
  80.                : radio_button {
  81.                     label = "Ellipse";
  82.                     mnemonic = "E";
  83.                     key = "tx_elps";
  84.                }
  85.       }
  86. //          : popup_list {
  87. //               list = "0.20\n0.25\n0.33\n0.40\n0.50\n0.57\n0.67\n0.80\n1.00\n1.25\n1.50\n1.75\n2.00\n2.50\n3.00\n4.00\n5.00\n";
  88. //               value = "1.00";
  89. //               label = "Size";
  90. //               key = "tx_size";
  91. //               fixed_width = true;
  92. //               width = 3;
  93. //          }
  94.        }
  95.        : column {
  96.           : image {
  97.                label = "Example:";
  98.                key = "image";
  99.                height = 12;
  100.                aspect_ratio = 0;
  101.                color = graphics_background;
  102.           }
  103.           : boxed_radio_column {
  104.                label = "Direction:";
  105.                key = "direction";
  106.                : radio_button {
  107.                     label = "From Feature to Text";
  108.                     key = "from_feat";
  109.                }
  110.                : radio_button {
  111.                     label = "From Text to Feature";
  112.                     key = "from_txt";
  113.                }
  114.           }
  115.        }
  116.     }
  117.     ok_cancel;
  118. }   
  119.           
  120.                
  121.                
  122.                               
  123.            
  124.